The Quick search function does a full-text search (that is, it searches through the content of notes and not just the title of a note) and displays the result in an easy-to-access manner.
The alternative to the quick search is the Search function, which opens in a dedicated tab and has support for advanced queries.
For even faster navigation, it's possible to use Jump to... which will only search through the note titles instead of the content.
Based on the Vertical and horizontal layout, the quick search is placed:
Quick search includes the following features:
Search results now display a 200-character preview of the note content below the note title. This preview shows the context where your search terms appear, making it easier to identify the right note without opening it.
Results are loaded progressively as you scroll:
Quick search uses progressive search:
Enter to open the first resultEscape to close the quick searchQuick Search now supports the exact match operator (=)
at the beginning of your search query. This allows you to search for notes
where the title or content exactly matches your search term, rather than
just containing it.
To use exact match in Quick Search:
= operator=)=example - Finds notes with title exactly
"example" or content exactly "example"=Project Plan - Finds notes with title
exactly "Project Plan" or content exactly "Project Plan"='hello world' - Use quotes for multi-word
exact matches| Query | Behavior |
|---|---|
example
|
Finds all notes containing "example" anywhere in title or content |
=example
|
Finds only notes where the title equals "example" or content equals "example" exactly |
When you use the = operator:
= operator must be at the very beginning
of the search query= will treat it as a regular
search= operators (like ==example)
are treated as regular text searchThis feature is particularly useful when:
~= operator
in the full search*=*,
=*, or *= in the full search